home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / objects / fprint / p3foot.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  605 b   |  23 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/objects/fprint/p3foot.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/gadget/r3prpgad.js")
  7. var R3CLID_FOOTGADGET = 1391;
  8.  
  9. R3FOOTGM_SETSTEPHEIGHT = 1391000;
  10.  
  11. function _R3FOOTGM_SETSTEPHEIGHT() {
  12.   return this.r3Do(R3FOOTGM_SETSTEPHEIGHT, arguments);
  13. }
  14.  
  15. function r3Footgadget () { 
  16.    this.base = r3God;
  17.    if(arguments.length) {
  18.       this.base(R3CLID_FOOTGADGET, arguments);
  19.    }
  20.    // Methods
  21.    this.SETSTEPHEIGHT=_R3FOOTGM_SETSTEPHEIGHT;
  22.  
  23. // inc/plugins/objects/fprint/p3foot.h_H